home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / workbench / benchtrash / extras / removedevice < prev    next >
Text File  |  1999-12-06  |  402b  |  22 lines

  1. ;$VER: Full device remover
  2. ;Steve Clack (Liquid Software Design ) v1.0
  3. ;Call the Total Eclipse BBS on +44(0)1983 522428!
  4. ;(make sure the 's' protect bit is set on this file!)
  5.  
  6. .key Device/A
  7. .bra {
  8. .ket }
  9.  
  10. FailAt 100
  11.  
  12. ResolveDeviceName >ENV:DEV {Device}
  13. Echo >ENV:DEVO $DEV NOLINE
  14. Echo >>ENV:DEVO ":" NOLINE
  15.  
  16. Assign {Device} DISMOUNT
  17. Assign $DEVO DISMOUNT
  18.  
  19. Delete >nil: ENV:DEV
  20. Delete >nil: ENV:DEVO
  21.  
  22.